@media (resolution: 120dpi) {

    .left-sidebar .scroll-sidebar {
        height: calc(100vh - 130px);
    }

    .page-content {
        /* min-height: 74.8vh; */
        min-height: 100vh;
    }

    .quick-link-icon {
        height: 40px;
        width: 40px;
    }

    .quick-link-icon span .ti {
        font-size: 20px;
    }

    .sidebar-nav ul .sidebar-item .sidebar-link {
        font-size: 14.5px;
    }

    .card-title {
        font-size: 16px;
    }

    .sidebar-nav ul .sidebar-item .first-level .sidebar-item>.sidebar-link {
        font-size: 13.5px;
    }

    body {
        font-size: 13px !important;
    }

    .pd-title {
        font-size: 15px;
    }

    .custom-primary-btn {
        font-size: 13px;
    }

    .swal2-popup .swal2-title {
        font-size: 22px !important;
        margin: 0px 0px 15px !important;
    }

    .swal2-modal.swal2-show .swal2-html-container {
        font-size: 16px !important;
    }

    .swal2-confirm.btn {
        font-size: 16px !important;
    }

    table.dataTable th {
        font-size: 13px;
    }

    .footer-bottom p,
    .footer-bottom li a {
        font-size: 14px;
    }

    .page-title h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width:1366px) {
    .image-grid-container {
        grid-template-columns: repeat(4, 1fr);
    }

    .login-header {
        gap: 20px;
    }

    .login-header h2 {
        font-size: 23px;
    }

}

@media only screen and (max-width:1299px) {
    [data-layout=vertical] .topbar {
        width: calc(100% - 0px);
    }

    /* .left-sidebar{
        left: 0px;
        width: 90px;
    }
    .sidebar-nav ul .sidebar-item .sidebar-link .hide-menu{
        display: none;
    } */

    .left-sidebar {
        width: 90px;
        left: 0px;
    }

    .sidebar-nav ul .sidebar-item .sidebar-link .hide-menu {
        display: none;
    }

    .sidebar-nav .has-arrow::after {
        display: none;
    }

    .page-wrapper {
        margin-left: 90px;
    }

    .dark-logo {
        display: none;
    }

    .brand-logo .logo-img .logo-icon {
        display: block;
        width: 40px !important;
    }

    .dark-logo {
        display: none;
    }

    [data-layout=vertical] .topbar {
        width: calc(100% - 90px);
    }

    /*  */

    .toggle-sidebar .left-sidebar {
        width: 270px;
        left: 0px;
    }

    .toggle-sidebar .sidebar-nav ul .sidebar-item .sidebar-link .hide-menu {
        display: block;
    }

    .toggle-sidebar .topbar {
        width: calc(100% - 270px) !important;
        margin-left: 0px;
    }

    .toggle-sidebar .page-wrapper {
        margin-left: 270px !important;
    }

    body.toggle-sidebar .dark-logo {
        display: block;
    }

    body.toggle-sidebar .brand-logo .logo-img .logo-icon {
        display: none;
    }

    .dark-logo.mobile-logo {
        display: none !important;
    }

    body.toggle-sidebar .sidebar-nav .has-arrow::after {
        display: block;
    }

    .left-sidebar.with-vertical .collapse.show {
        display: none;
    }

    body.toggle-sidebar .left-sidebar.with-vertical .collapse.show {
        display: block;
    }

    .left-sidebar.with-vertical .collapsing {
        transition: unset;
    }

    body.toggle-sidebar .left-sidebar.with-vertical .collapsing {
        transition: height .35s ease;
    }

    .toggle-sidebar .left-sidebar {
        box-shadow: none;
    }

    .left-sidebar {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }
}


@media only screen and (max-width:1280px) {
    .page-top.admin {
        padding-top: 30px;
    }

    .custom-nav-underline {
        top: 80px;
    }

    .card-title {
        font-size: 17px;
    }




}

@media only screen and (max-width:1024px) {

    .tx-fc-100 {
        width: 100% !important;
    }

    .footer-bottom p,
    .footer-bottom li a {
        font-size: 14px;
    }

    .auth-max-width {
        padding: 0px 50px;
    }

    .nav.nav-underline.custom-nav-underline {
        gap: 16px !important;
    }

    /* .container-fluid {
        padding: 0px !important;
    } */

    .profile-tab-wrap {
        gap: 12px;
    }

    .page-content {
        /* min-height: 81vh; */
        min-height: 100vh;
    }

    .progressList_content.lh {
        line-height: 24px;
    }

    .order-detail-card {
        flex-wrap: wrap;
    }

    .order-detail-card i {
        padding-top: 15px;
        font-size: 25px !important;
    }

    .order-detail-card .profile-content {
        padding: 15px 0px 0px !important;
        width: 100%;
    }

}

@media only screen and (max-width:991px) {

    .card.tab-card-acc-wrap,
    .card.tab-card-acc-wrap .card-header {
        border: 0px;
    }

    .card.tab-card-acc-wrap .card-body {
        padding: 0px !important;
    }

    .accordion-button:not(.collapsed) {
        margin: 0px;
    }

    table.dataTable th,
    table th,
    table.dataTable td,
    table td {
        font-size: 14px !important;
    }

    .btn.primary-light,
    .custom-primary-btn,
    .btn-primary,
    .bordered-btn,
    .btn.btn-success,
    .btn.primary-btn,
    .btn.excel-btn,.btn.btn-outline-secondary {
        font-size: 14px !important;
    }

    .modal-title{
        font-size: 15px;
    }

    .modal-header .btn-close{
        padding: 6px !important;
    }

    .banner-img {
        height: 60px;
        width: 60px;
    }

    .el-hide {
        display: block;
    }

    .empty-label.t_el {
        display: block;
    }

    .empty-label.t-el-hide {
        display: none;
    }

    .progressList_content.lh {
        line-height: 45px;
    }

    .page-content {
        /* min-height: 75.84vh; */
        padding: 5px 15px;
        min-height: 100vh;
    }

    .progress-container {
        padding: 15px 0px 0px;
    }

    .image-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-section {
        padding: 0px;
    }

    .setting-wrapper {
        padding: 0px;
    }

    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }

    .accordion-collapse {
        width: 100%;
    }


    .admin-head-right {
        justify-content: flex-start !important;
        padding-top: 15px;
    }

    .widget-grid {
        grid-template-columns: repeat(2, 2fr);
        gap: 16px;
    }

    .main-header-right.collapse {
        display: block !important;
    }

    .topbar .navbar .navbar-nav .nav-item.dropdown .dropdown-menu-end {
        height: unset;
    }

    .profile-dropdown {
        height: 100%;
        min-height: 420px;
    }

    .footer-bottom {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .footer-bottom ul {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

}

@media (max-width: 991px) {
    .tab-pb-0 {
        padding-bottom: 0px;
    }

    .nav-tabs.order_status_filter {
        display: inline-flex !important;
    }

    .nav-tabs {
        display: none;
    }

    .accordion-button {
        padding: 1rem;
        background-color: #f8f9fa;
        border: 1px solid #ccc;
        margin-bottom: 0.5rem;
    }

    .accordion-body {
        padding: 1rem;
        background-color: #fff;
    }

    .accordion-header {
        padding: 0;
    }

    .accordion-button.collapsed {
        background-color: #e9ecef;
    }
}

@media only screen and (max-width:767px) {

    .card-header.view-card .card-title {
        font-size: 15px;
    }

    .filter-btn-group {
        margin-top: 2.5px;
    }

    #orderStatusDropdown {
        font-size: 14px !important;
    }

    #images-upload-section p {
        font-size: 14px;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.5rem;
    }

    .pd-title {
        font-size: 15px;
    }

    .form-label {
        font-size: 15px !important;
    }

    #cke_template_content {
        width: 100%;
    }

    .card-footer .footer-btn-wrapper {
        flex-wrap: wrap;
    }

    .detail-container .d-flex {
        flex-wrap: wrap;
    }

    .detail-wrapper {
        border: 0px;
        width: 100%;
        padding: 0px;
        line-height: 35px;
    }

    .page-table-scroll {
        height: 100%;
        max-height: unset !important;
    }

    .card-title {
        font-size: 14px;
    }

    .left-sidebar {
        box-shadow: none;
    }

    .dark-logo.mobile-logo {
        display: block !important;
    }

    /* mobile sidebar */
    .page-wrapper {
        margin-left: 0px;
    }

    .dark-logo.mobile-logo {
        display: block
    }

    .toggle-sidebar .left-sidebar {
        left: 0px;
    }

    .left-sidebar {
        width: 270px !important;
        left: -270px;
    }

    body.toggle-sidebar .dark-logo {
        display: block;
    }

    body.toggle-sidebar .logo-icon {
        display: none
    }

    .toggle-sidebar .topbar {
        width: 100% !important;
    }

    [data-layout=vertical] .topbar {
        width: calc(100% - 0px);
    }

    .toggle-sidebar .hide-menu {
        display: block;
    }

    .toggle-sidebar .page-wrapper {
        margin-left: 0px !important;
    }

    /* mobile sidebar */


    .mob-pb-0 {
        padding-bottom: 0px;
    }

    .mob-text-start {
        text-align: left !important;
        margin-bottom: 5px !important;
    }

    .mob-w-30 {
        width: 30% !important;
    }

    .mob-w-40 {
        width: 40% !important;
    }

    .mob-w-60 {
        width: 60% !important;
    }

    .mob-w-70 {
        width: 70% !important;
    }


    .page-content {
        /* min-height: 62vh; */
        min-height: 100vh;
    }

    .footer-bottom {
        margin-top: 10px;
    }

    .footer-bottom div {
        width: 100%;
    }

    .form-label.empty-label {
        display: none;
    }

    .swal2-modal.swal2-show {
        padding: 30px 20px;
    }

    .swal2-modal.swal2-show .swal2-html-container {
        margin: 0px !important;
        font-size: 17px !important;
    }

    .nav-footer {
        background: #fff;
    }

    .breadcrumb-wrapper{
        margin-top: 5px;
    }

    .card{
        margin-bottom: 15px;
    }

    .page-header {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 15px;
    }

    .profile-dropdown {
        min-height: unset;
    }

    .widget-grid {
        grid-template-columns: repeat(1, 4fr);
        gap: 16px;
    }

    .admin-head-right {
        flex-wrap: wrap;
        gap: 10px;
    }

    .admin-head-right div {
        width: 100%;
    }

    .admin-head-right div:last-child {
        display: flex;
        justify-content: flex-end;
    }



    .login-header .login-logo {
        width: 160px;
    }

    .login-header h2 {
        font-size: 22px;
    }

    .card.card-chart h5 {
        font-size: 16px;
    }


    .addedit-sec-gap,
    .view-sec-gap {
        gap: 15px;
    }

    .addedit-sec-gap>*:not(:last-child)::after,
    .view-sec-gap>*:not(:last-child)::after {
        content: "";
        display: block;
        height: 1px;
        background-color: #eee;
        margin-top: 15px;
    }

    .accordion-button {
        padding: 0.5rem 1rem !important;
        font-size: 15px;
    }

    .addedit-sec-gap.no-divider>*::after,
    .view-sec-gap.no-divider>*::after {
        content: none !important;
    }

    .view-data {
        font-size: 14px;
        margin-bottom: 10px !important;
    }

    .page-title h4 {
        font-size: 18px;
    }

    .standards-content .card-header.theme-colored h2.card-title,
    .standards-content .card-header.theme-colored h3.card-title {
        font-size: 16px;
        line-height: 1.5rem;
    }

    .standards-content .title {
        font-size: 16px;
        line-height: 1.5rem;
        margin-bottom: 5px;
    }

    .standards-content p,
    .standards-content li,
    .standards-content .para-list li {
        font-size: 15px;
        text-align: left;
        line-height: 1.5rem;
        margin-bottom: 8px;
    }

    .standards-content .subtitle,
    .standards-content h2.span-title {
        font-size: 15px;
    }

    .standards-content li,
    .standards-content td {
        line-height: 24px;
    }

    .product-spec {
        margin-top: 16px;
    }

    div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell>* {
        margin: 0.5em 0;
        font-size: 14px;
    }


}

@media only screen and (max-width:375px) {
    .topbar .navbar {
        flex-wrap: nowrap;
    }

    .logo-wrapper {
        margin-left: 0px;
    }


}